home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / mg / src.lzh / conf / MINREXX < prev    next >
Text File  |  1990-05-23  |  461b  |  20 lines

  1. #
  2. # For Tomas Rockiki, with apologies - a minimal version for use with ARexx.
  3. #
  4. system        amiga
  5. compiler    lattice
  6.  
  7. # Turn off all the general tools
  8. option        no_metakey
  9. option        no_dired
  10. option        no_backup
  11. option        no_dprompt
  12. option        no_dir
  13. option        no_help
  14.  
  15. # no_macro must be left off, as Rexx requires it. We could turn no_startup
  16. # off, but it's practically required if you really want to use Rexx.
  17.  
  18. # amiga specific options - just turn on rexx
  19. rexx        lib:rexxvars.o
  20.